-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix unwanted extra tab #743
Conversation
# Conflicts resolved: # src/MainWindow.vala
Fixing CI ... |
- Restore tabs for all first window - Simplify MainWindow constructor - DRY
@Marukesu Thanks for the detailed review. I have tried to address your comments. I have reduced the scope of this PR to not include path abbreviations. This will be addressed in a separate PR. If the behaviour is now as expected, please feel free to push a commit rearranging the code as you would like. |
I have now pushed a possible fix for the relative path issue. After this commit both |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Fixes #736